html{
    font-family: "Big Shoulders Text", 'Roboto Condensed';
    color: #FFFCF8;
}

.bg1{
    background: url(background\ hero.jpg) no-repeat center;
    min-height: 1080px;
    filter: brightness(80%);
    object-fit: cover;
}

/* Načící obrazovka - hrneček animace - použita z codepenu a upravena: https://codepen.io/tutq8118/pen/NWbKaBw*/
body {
    margin: 0;
    background-color: #121212;
    font-family: sans-serif;
    overflow: hidden;
  }
  #loader {
    background-color: #121212;
    color: white;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.6s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  
  .coffee-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 200px;
  }
  
  .mug-svg {
    max-width: 100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
    
  .smoke-container {
    display: flex;
    position: relative;
    width: 110px;
    margin: 0 auto;
    bottom: 80px;
    position: relative;
  }
  
  .smoke-1 {
    animation: shift 2s linear 0.5s infinite;
    opacity: 0;
  }
  
  .smoke-2 {
    animation: shift-2 1.5s linear 0.5s infinite;
    opacity: 0;
  }
  
  .smoke-3 {
    animation: shift-3 2s linear 0.6s infinite;
    opacity: 0;
  }
  
  .mug {
    width: 120px;
    height: 80px;
    border-radius: 5px;
    position: relative;
    margin: 0 auto;
    bottom: 80px;
  }
      
  @keyframes shift {
    0% {
      transform: translate(10px, 155%);
      opacity: 1;
    }
    80% {
      opacity: 0;
    }
    
    100% { 
      transform: translate(10px, 0%);
      opacity: 0;
    }
  }
      
  @keyframes shift-2 {
    0% {
      transform: translate(0, 155%);
      opacity: 1;
    }
    
    80% {
      opacity: 0;
    }
    
    100% {
        transform: translate(0, 0);
        opacity: 0;
      }
    }
  
  @keyframes shift-3 {
    0% {
      opacity: 1;
      transform: translate(-10px, 80px);
    }
    
    80% {
      opacity: 0;
    }
    
    100% {
      transform: translate(-10px, 0);
      opacity: 0;
    }
  }
              
  .smokes {
    transform: translateX(20px);
  }
.img_mid{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    position: absolute;
    top: 5rem;
    padding: 1%;
    z-index: 5;
}
.img_mid img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border-radius: 100px;  
    background-size: cover;
}
.herotxt{
    position: absolute;
    top: 20rem;
    left: 50%;
    transform: translate(-50%, -50%);
}
.herotxt h1{
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: "Big Shoulders Text";
    font-size: 180px;
    color: #AA2B20;
}
.herotxt .row{
    margin-left: 2%;
}
.herotxt .row .col-lg-6{
    padding: 0 6rem;
}
.herotxt .row p{
    font-size: 1.5rem;  
}

.bg2{
    background: url(background\ continue.jpg) no-repeat center;
    min-height: 1080px;
    filter: brightness(80%);
}
.bg3{
    background: url(background\ continue2.jpg) no-repeat center;
    min-height: 1080px;
    filter: brightness(80%);
    background-attachment: fixed;

}
.bg4{
    background: url(background\ continue3.jpg) no-repeat center;
    min-height: 1080px;
    filter: brightness(80%);
}
.bg_color{
    background-color: #26231e;
    min-height: 1080px;
}
nav{
    font-size: larger;
     position: relative;
    display: block;
}

nav .container a{
    font-size: larger;
    z-index: 8;
    font-size: 2.5rem;
}
.nav-link{
    font-size: 1.5rem !important;
    margin-top: 0.5rem;
}
.navbar-nav{
    position: relative;
    margin-left: 5rem
}
.above_img{
    position: absolute;
    z-index: 7;
    top: 110rem;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width:1100px;
}
.above_img h1{
    color: white;
    font-size: 5rem;
    text-align: center;
}
.above_img2{
    position: absolute;
    z-index: 7;
    top: 215rem;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width:500px;
    
}
.above_img2 h1{
    color: white;
    font-size: 4rem;
    text-align: center;
    margin: 3rem 0rem;
}
.button_main{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Big Shoulders Text';
    border-radius: 150px;
    border: none;
    background-color: #DE0E0E;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 3rem;
    padding: 56px 20px;
    margin: 20px 10px;
    min-width: 800px;
    cursor: pointer;
  }
.button_second{
    float: right;
    font-family: 'Big Shoulders Text';
    border-radius: 50px;
    border: none;
    background-color: #A9563E;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 32px 20px;
    margin: 20px 10px;
    min-width: 600px;
    cursor: pointer;
  }
  button{
    background-color: #ffffff;
    font-family: 'Big Shoulders Text';
    border: none;
    cursor: pointer;
  }
  .video video{
    width: 50rem;
  }
  .kdo_jsem h1{
    text-align: right;
    font-size: 4rem;
    margin-bottom: 3rem;
  }
  .kdo_jsem {
    font-weight: 200;
    font-family: 'Roboto Condensed';
    text-align: end;
    font-size: 1.8rem;
    margin-top: 2rem;
  }
  .textik{
    font-family: 'Big Shoulders Text';
    font-size: 2.5rem;
  }
  .switch_smdeviceadd{
    display: none;
  }



/*Blog*/


.hero_img{
    background: url(Blog_background.jpg) no-repeat center;
    min-height: 55rem;
    background-attachment: fixed;
}

@keyframes bouncing {
    0% {bottom: 0;}
    50% {bottom: 1rem;}
    100% {bottom: 0;}
}

.arrow {
    animation: bouncing 1s infinite ease-in-out;
    bottom: 0;
    display: block;
    height: 50px;
    margin-left: -25px;
    width: 50px;
    position: relative;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: auto;
}
.responsive_img{
    text-align: right;
}
.highlight {
    background-color: rgb(255, 171, 46);
}
.blog_uvod_text{
  font-size: 10rem; margin-bottom: 3rem; font-family: 'Big Shoulders Text'; margin-top: 8rem; text-transform: uppercase;
}
@media only screen and (max-width: 1480px) {
  .herotxt h1{
   font-size: 8rem;
       top: 10rem;
   }
   .herotxt .row p{
    font-size: 1.2rem;
    text-align: center;
  }
  .herotxt{
    top: 18rem;
    text-align: center;
   }
   .img_mid img{
    width: 92%;
   }
}
@media only screen and (max-width: 1024px) {
   .herotxt h1{
    font-size: 8rem;
        top: 10rem;
    }
    .button_second{
      min-width: 40%;
      font-size: 1.2rem;
    }
    .blog_uvod_text{
      font-size: 6rem; margin-bottom: 3rem; font-family: 'Big Shoulders Text'; margin-top: 8rem; text-transform: uppercase;
    }
   .kdo_jsem h1{
    text-align: center;
   }
   .kdo_jsem p{
    text-align: center;
   }
   .button_second{
    float: none;
    margin-left: auto;
    margin-right: auto;
   }
   .img_mid img{
    margin-top: 10%;
    min-height: 1100px;
    width: 98%;
    object-fit: cover;
   }
   .above_img{
    min-width: 750px;
   }
   .above_img2{
    top: 220rem;
   }
   .above_img h1{
    font-size: 1.8rem;
   }
   .img_mid img{
    width: 99%;
   }
   .herotxt{
    top: 35rem;
    width: 85%;
    text-align: center;
   }
   .herotxt .row .col-lg-6{
    padding: 0;
    }
   .herotxt .row p{
    font-size: 2rem;
    text-align: center;
}
.herotxt .row h2{
    font-size: 4rem;
    text-align: center;
}
   .responsive_img{
    text-align: center;
    }
    .button_main{
    min-width: 600px
    }
}
@media only screen and (max-width: 820px) {
  .herotxt{
    top: 28rem;
    width: 85%;
    text-align: center;
   }
   .above_img h1{
    font-size: 3rem;
   }
    .herotxt h1{
    margin-top: 5%;
    font-size: 8rem;
    text-align: center;
    }
    .herotxt .row h2{
      margin-top: 5%;
      font-size: 3rem;
      text-align: center;
      }
    .herotxt .row p{
      margin-top: 5%;
      font-size: 2rem;
      text-align: center;
      }
    .above_img{
        min-width: 380px;
        text-align: center;
    }
    .kdo_jsem{
        font-size: x-large;
    }
    .button_second{
        min-width: 340px;
        border-radius: 1rem;
    }
    .button_main{
        min-width: 35rem
        }
    .above_img2 h1{
        font-size: xx-large;
       }
       .above_img2{
        top: 255rem;
        min-width:300px;
       }
         .video video{
    width: 35rem;
  }
    .img_mid img{
     margin-top: 5%;
     min-height: 60rem;
     width: 92%;
     object-fit: cover;
    }
    .switch_smdevicedel{
        display: none;
    }
    .switch_smdeviceadd{
        display: block;
      }
  a.navbar-brand{
    font-size: 2rem !important; 
  }
    nav{
        font-size: 10px;
    }
   }
   @media (max-width: 430px) {
    .herotxt{
      top: 28rem;
      width: 85%;
      text-align: center;
     }
      .herotxt h1{
      margin-top: 5%;
      font-size: 4rem;
      text-align: center;
      }
      .herotxt .row h2{
        margin-top: 5%;
        font-size: 3rem;
        text-align: center;
        }
      .herotxt .row p{
        margin-top: 5%;
        font-size: 1.3rem;
        text-align: center;
        }
    .button_main{
      min-width: 20rem;
      font-size: 2rem;
      }
      .video video{
        width: 24rem;
      }
      .img_mid img{
        margin-top: 2%;
        min-height: 60rem;
        width: 98%;
        border-radius: 2rem;
        object-fit: cover;
       }
   }